react 用 axios 打 localhost api server 出現 ERR_NETWORK 錯誤


將 express server 加上 cors 就好囉

npm install cors
import cors from 'cors';
app.use(cors({credentials:true}));
#React #Express #nodejs #cors #Axios






你可能感興趣的文章

Shingling, MinHashing and Common distance measure I

Shingling, MinHashing and Common distance measure I

CSS 效能優化

CSS 效能優化

記錄做 shell script 作業參考的網站

記錄做 shell script 作業參考的網站






留言討論